home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 16 / 1 / DISK1617.ZIP / FILE1617.TXT < prev    next >
Text File  |  1990-07-10  |  2KB  |  27 lines

  1. Disk No: 1617                                                           
  2. Disk Title: DISAM                                                       
  3. PC-SIG Version: S1.3                                                    
  4.                                                                         
  5. Program Title: DISAM                                                    
  6. Author Version: 3.5                                                     
  7. Author Registration: $10.00                                             
  8. Special Requirements: None.                                             
  9.                                                                         
  10. DISAN is a GW-BASIC programmer's answer to random access.  No block     
  11. numbers to translate.  No hashing formulas.  Just pass the character key
  12. of the record and let DISAM do the work.  A resident file handler, DISAM
  13. handles variable length records up to 255 bytes.  Easy as:              
  14. Open,filename; Get,Jim Jones; Close;.                                   
  15.                                                                         
  16. You can open up to five DISAM files at one time.  Assembler programs    
  17. with record lengths in excess of 8K can also use DISAM.  With loads of  
  18. documentation, DISAM includes test files and a test program with        
  19. structured BASIC source code.  DISAM accesses records by assigned       
  20. character key and will read records sequentially in ascending key order.
  21.                                                                         
  22. PC-SIG                                                                  
  23. 1030D East Duane Avenue                                                 
  24. Sunnyvale  Ca. 94086                                                    
  25. (408) 730-9291                                                          
  26. (c) Copyright 1989 PC-SIG, Inc.                                         
  27.